flag<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<head>
<title>CIA - The World Factbook --Afghanistan</title>
</head>
<!-- FileName="Connection_cf_dsn.htm" "" -->
<!-- Type="CFDSN" -->
<!-- Catalog="" -->
<!-- Schema="" -->
<!-- HTTP="true" -->


<head>
	<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
	<title>CIA - The World Factbook</title>
	<!-- <base href="https://www.cia.gov/" /> -->

<META NAME="IL.secur.classif" CONTENT="UNCLASSIFIED" />
<META NAME="IL.secur.ctrl" CONTENT="" />
<META NAME="IL.secur.dissem" CONTENT="" />
<META NAME="IL.secur.relto" CONTENT="" />
<META NAME="IL.secur.declasson" CONTENT="" />
<META NAME="IL.title" CONTENT="(U) CIA The World Factbook" />
<META NAME="IL.docid" CONTENT="" />
<META NAME="IL.summary" CONTENT="CIA - The World Factbook" />
<META NAME="IL.keyword" CONTENT="World Factbook, Oceania" />
<META NAME="IL.country" CONTENT="" />
<META NAME="IL.agency" CONTENT="Central Intelligence Agency" />
<META NAME="IL.poc" CONTENT="World Factbook Staff" />
<META NAME="IL.pubdate" CONTENT="20040101" />
<META NAME="IL.postdate" CONTENT="20040501" />
<META NAME="IL.cutdate" CONTENT="20040101" /> <!-- FileName="Connection_cf_dsn.htm" "" -->
<!-- Type="CFDSN" -->
<!-- Catalog="" -->
<!-- Schema="" -->
<!-- HTTP="true" -->
<!-- Code from script_head.cfm -->

<!-- FileName="Connection_cf_dsn.htm" "" -->
<!-- Type="CFDSN" -->
<!-- Catalog="" -->
<!-- Schema="" -->
<!-- HTTP="true" -->


<head>
	<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
	<title>CIA - The World Factbook</title>
	<!-- <base href="https://www.cia.gov/" /> -->

<META NAME="IL.secur.classif" CONTENT="UNCLASSIFIED" />
<META NAME="IL.secur.ctrl" CONTENT="" />
<META NAME="IL.secur.dissem" CONTENT="" />
<META NAME="IL.secur.relto" CONTENT="" />
<META NAME="IL.secur.declasson" CONTENT="" />
<META NAME="IL.title" CONTENT="(U) CIA The World Factbook" />
<META NAME="IL.docid" CONTENT="" />
<META NAME="IL.summary" CONTENT="CIA - The World Factbook" />
<META NAME="IL.keyword" CONTENT="World Factbook, Oceania" />
<META NAME="IL.country" CONTENT="" />
<META NAME="IL.agency" CONTENT="Central Intelligence Agency" />
<META NAME="IL.poc" CONTENT="World Factbook Staff" />
<META NAME="IL.pubdate" CONTENT="20040101" />
<META NAME="IL.postdate" CONTENT="20040501" />
<META NAME="IL.cutdate" CONTENT="20040101" /> <!-- FileName="Connection_cf_dsn.htm" "" -->
<!-- Type="CFDSN" -->
<!-- Catalog="" -->
<!-- Schema="" -->
<!-- HTTP="true" -->



<link rel="stylesheet" type="text/css" href="../styles/nav_style.css">




<script src="../scripts/SpryCollapsiblePanel.js" type="text/javascript"></script>
<script language="JavaScript1.2" src="../scripts/mm_menu.js"></script>
<script language="javascript" src="../scripts/AJAXLibrary.js"		type="text/javascript"></script>
<script language="javascript" src="../scripts/DataEntryLibrary.js" type="text/javascript"></script>
<script language="javascript" src="../scripts/findDOM.js" 			type="text/javascript"></script>
<script language="JavaScript" type="text/JavaScript">

function MM_openBrWindow(theURL,winName,features) { //v2.0
	  window.open(theURL,winName,features);
	}

startList = function() {
							if (document.all&&document.getElementById) {
								wfb_navigationRoot = document.getElementById("wfb_navigation");
								for (x=0; x<wfb_navigationRoot.childNodes.length; x++) {
									node = wfb_navigationRoot.childNodes[x];
									if (node.nodeName=="LI") {
										node.onmouseover=function() {
																		this.className+=" over";
																	}
										node.onmouseout = function()	{
																			this.className=this.className.replace(" over", "");
																		}
									}
								}
							}
						}
	window.onload=startList;

	faq = null;
	function collapseCountryInfo()
	{
		faq = new switchicon("icongroup2", "div") //Limit scanning of switch contents to just "div" elements
		faq.setHeader('<img src="../graphics/close.jpg" alt="Close" title="Close"/>', '<img src="../graphics/open.jpg" alt="Open" title="Open" />')  //Set header HTML
		faq.collapsePrevious(false) //Allow more than 1 content to be open simultanously
		faq.setPersist(true, 7) //Enable persistence to remember last switch content states for 7 days
		faq.init()
	}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
	if (selObj.selectedIndex > 0)
	{
		
		eval(targ + ".location='" + "../geos/wfbook_countrydata_holder.cfm?countryCode=" + selObj.options[selObj.selectedIndex].value + "'");
		
	}
	if (restore) 
		selObj.selectedIndex=0;
}
function onChange(dropdown)
{
 	var myindex = dropdown.selectedIndex
	var cntryCode = selObj.options[selObj.selectedIndex].value;
	var baseURL = selObj.options[selObj.selectedIndex].value;
	top.location.href = baseURL;
	
	return true;
}

var statusmsg = "";
function hidestatus() {
 	window.status = statusmsg
	return true
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>



<script language="javascript">
// JavaScript Document
	var globalCntryNameSearchBuffer = '';
	var globalTimer = null;
	var selcon = null;
	function FindSelectEntry(e, selectControl) /* In script_head_index.cfm */
	{
		var timeLimitBetweenKeyPresses = 3600; //seconds
		var keynum, keychar, numcheck;
		
		
		if (window.event) // IE
		{
			keynum = e.keyCode;
		}
		else if (e.which) // Netscape/Firefox/Opera
		{
			keynum = e.which;
		} 
		
		keychar = String.fromCharCode(keynum);
		if ((keynum >= 65 && keynum <= 122) || keynum == 32)  // Only accept alphanumerics A-Z and a-z
		{
			clearTimeout(globalTimer);
			globalCntryNameSearchBuffer += keychar;
			selcon = selectControl;
			globalTimer = setTimeout('globalCntryNameSearchBuffer = ""', (timeLimitBetweenKeyPresses*1000));
			for (var i = 0; i < selectControl.options.length; i++)
			{
				var selectLabel = selectControl.options[i].text.toLowerCase();
				if (selectLabel.indexOf(globalCntryNameSearchBuffer.toLowerCase()) == 0)
				{
					selectControl.selectedIndex = i;
					
					// After this method concludes, Firefox moves the selection index one additional place.  This compensates for that
					if (e.which)
						--selectControl.selectedIndex;
						
					break;
				}
			}
		}
		return false;
	}


	function Clear_globalCntryNameSearchBuffer()
	{
		globalCntryNameSearchBuffer = "";
	}

</script>


<link rel="stylesheet" type="text/css" href="../styles/factbook_1024.css">


<script type="text/javascript">
<!--
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
<style type="text/css">
<!--
body {
	border: 0;
	margin: 0;
	padding: 0;
}
* {
	border: 0;
	margin: 0;
	padding: 0;
}
#print a.link, a.visited {
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
-->
</style>

  <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0" style="background:url(../graphics/sas_lgmap_bkgrnd.jpg)">
    
    <tr class="sas_dark">
      <td height="25" valign="middle"><div class="region1">South Asia <strong>:: </strong><span class="region_name1">Afghanistan</span></div>
        
      </td>
      <td align="right"><table width="65" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td width="25" align="right"><a href="#" onClick="window.print();return;false"><img src="../graphics/print.gif" alt="Print Page" title="Print Page" width="23" height="18" border="0"></a></td>
            <td width="25" align="left"><a href="#" onClick="window.print();return;false"><span class="smalltext_nav" style="color:#FFFFFF;padding-right: 5px;"><strong> PRINT</strong></span></a></td>
          </tr>
        </table></td>
    </tr>
    <tr>
      <td colspan="2" height="3" bgcolor="#FFFFFF"></td>
    </tr>
    
    <tr>
      <td colspan="2" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td  height="429" align="center" valign="middle" style="padding: 1px 0px;">
 						
				   	<img src="../graphics/flags/large/af-lgflag.gif" width="449" height="300" alt="Afghanistan" name="flagborder" id="flagborder" title="Afghanistan" class="sas_lgflagborder"/>
            
            </td>
            <td width="265" valign="middle" id="flag_caption"><table width="238" border="0" cellpadding="0" cellspacing="0" style="margin: 1px;">
                <tr>
                  <td height="20" class="sas_medium" style="font-size:10px; padding-left:5px; font-weight:bold; border:1px solid #FFFFFF;">Flag Description</td>
                </tr>
                <tr>
                  <td style="height: auto;" valign="top"><div class="photogallery_captiontext"><span class="category_data">
                    three equal vertical bands of black (hoist side), red, and green, with the national emblem in white centered on the red band and slightly overlapping the other two bands; the center of the emblem features a mosque with pulpit and flags on either side, below the mosque are numerals for the solar year 1298 (1919 in the Gregorian calendar, the year of Afghan independence from the UK); this central image is circled by a border consisting of sheaves of wheat on the left and right, in the upper-center is an Arabic inscription of the Shahada (Muslim creed) below which are rays of the rising sun over the Takbir (Arabic expression meaning "God is great"), and at bottom center is a scroll bearing the name Afghanistan; black signifies the past, red is for the blood shed for independence, and green can represent either hope for the future, agricultural prosperity, or Islam<br />
                    
                        <div id ="return">&nbsp;</div>
                        <strong>note</strong>:
                      Afghanistan had more changes to its national flag in the 20th century than any other country; the colors black, red, and green appeared on most of them<br />
                    
                    </span></div></td>
                </tr>
              </table></td>
          </tr>
        </table></td>
    </tr>
  </table>
  <table width="100%" height="100%" border="0" align="center" cellpadding="0" cellspacing="0" >
    <tr class="sas_dark">
      <td height="2"></td>
    </tr>
    <tr>
      <td align="right" valign="bottom" bgcolor="#FFFFFF" height="2"></td>
    </tr>
    <tr class="sas_medium">
      <td height="35" align="right" valign="top"><a href="javascript:window.close()" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Close Window','','../graphics/close_window_on.jpg',1)">
        
          <img src="../graphics/close_window_off.jpg" alt="Close Window" name="Close Window" width="118" height="17" border="0" style="margin-right:5px; margin-top:3px;" />
        
        </a><br />
        <noscript>
        <span style="font-family:Verdana, Arial, Helvetica, sans-serif; font-size:8px; font-weight: bold; text-transform:uppercase;"> JavaScript is not currently enabled on your browser. <br/>
        If you can enable it, the close window button will work. </span>
        </noscript>
      </td>
    </tr>
  </table>

